[INFO] cloning repository https://github.com/pimfm/specflow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pimfm/specflow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimfm%2Fspecflow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimfm%2Fspecflow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aabd828f59e2cc9c1a2ad6b335a5a6bd37d2b5f7
[INFO] checking pimfm/specflow against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimfm%2Fspecflow" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pimfm/specflow
[INFO] finished tweaking git repo https://github.com/pimfm/specflow
[INFO] tweaked toml for git repo https://github.com/pimfm/specflow written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pimfm/specflow on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pimfm/specflow already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191
[INFO] running `Command { std: "docker" "start" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking specflow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `project_uuids`
[INFO] [stdout]   --> src/things/db.rs:82:13
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let project_uuids: Vec<String> = proj_stmt
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_uuids`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/things/db.rs:218:17
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let start: Option<i32> = row.get(6)?;
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `encoded_items`
[INFO] [stdout]    --> src/things/applescript.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     let encoded_items = urlencoding(&items_str);
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoded_items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `project_uuids`
[INFO] [stdout]   --> src/things/db.rs:82:13
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let project_uuids: Vec<String> = proj_stmt
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_uuids`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `urls`
[INFO] [stdout]    --> src/triage/processor.rs:106:13
[INFO] [stdout]     |
[INFO] [stdout] 106 |         let urls = extract_urls(&task.notes);
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/things/db.rs:218:17
[INFO] [stdout]     |
[INFO] [stdout] 218 |             let start: Option<i32> = row.get(6)?;
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `encoded_items`
[INFO] [stdout]    --> src/things/applescript.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     let encoded_items = urlencoding(&items_str);
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoded_items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `urls`
[INFO] [stdout]    --> src/triage/processor.rs:106:13
[INFO] [stdout]     |
[INFO] [stdout] 106 |         let urls = extract_urls(&task.notes);
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db` is never read
[INFO] [stdout]   --> src/sync/engine.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SyncEngine {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 15 |     pub gt: GtClient,
[INFO] [stdout] 16 |     pub db: ThingsDb,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bead_for_task` is never used
[INFO] [stdout]   --> src/sync/mapping.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl TaskBeadMap {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn bead_for_task(&self, things_uuid: &str) -> Option<&BeadRef> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_projects_in_agents` is never used
[INFO] [stdout]    --> src/things/db.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout]  10 | impl ThingsDb {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn get_projects_in_agents(&self) -> Result<Vec<Project>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_inbox_task_ids` is never used
[INFO] [stdout]    --> src/things/applescript.rs:214:8
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn get_inbox_task_ids() -> Result<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Project` is never constructed
[INFO] [stdout]   --> src/things/model.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Project {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_tag` is never used
[INFO] [stdout]   --> src/things/model.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Task {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 42 |     pub fn has_tag(&self, tag: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AGENT_TAG` is never used
[INFO] [stdout]  --> src/triage/processor.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const AGENT_TAG: &str = "agent-queued";
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROJECTS` is never used
[INFO] [stdout]   --> src/triage/processor.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const PROJECTS: &[&str] = &["Development", "Business", "Marketing", "Customer Service"];
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uuid`, `id`, and `schedule` are never read
[INFO] [stdout]    --> src/triage/processor.rs:231:9
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub struct TriagedTask {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 231 |     pub uuid: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 232 |     pub id: u32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub schedule: Schedule,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TriagedTask` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Date` is never constructed
[INFO] [stdout]    --> src/triage/processor.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub enum Schedule {
[INFO] [stdout]     |          -------- variant in this enum
[INFO] [stdout] 241 |     Today,
[INFO] [stdout] 242 |     Date(String), // YYYY-MM-DD
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Schedule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uuid` and `notes` are never read
[INFO] [stdout]   --> src/tui/app.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct InboxItem {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 55 |     pub uuid: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub notes: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InboxItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db` is never read
[INFO] [stdout]   --> src/sync/engine.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SyncEngine {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 15 |     pub gt: GtClient,
[INFO] [stdout] 16 |     pub db: ThingsDb,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bead_for_task` is never used
[INFO] [stdout]   --> src/sync/mapping.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl TaskBeadMap {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn bead_for_task(&self, things_uuid: &str) -> Option<&BeadRef> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_projects_in_agents` is never used
[INFO] [stdout]    --> src/things/db.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout]  10 | impl ThingsDb {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn get_projects_in_agents(&self) -> Result<Vec<Project>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_inbox_task_ids` is never used
[INFO] [stdout]    --> src/things/applescript.rs:214:8
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn get_inbox_task_ids() -> Result<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Project` is never constructed
[INFO] [stdout]   --> src/things/model.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Project {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_tag` is never used
[INFO] [stdout]   --> src/things/model.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Task {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 42 |     pub fn has_tag(&self, tag: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AGENT_TAG` is never used
[INFO] [stdout]  --> src/triage/processor.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const AGENT_TAG: &str = "agent-queued";
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROJECTS` is never used
[INFO] [stdout]   --> src/triage/processor.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const PROJECTS: &[&str] = &["Development", "Business", "Marketing", "Customer Service"];
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uuid`, `id`, and `schedule` are never read
[INFO] [stdout]    --> src/triage/processor.rs:231:9
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub struct TriagedTask {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 231 |     pub uuid: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 232 |     pub id: u32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub schedule: Schedule,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TriagedTask` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Date` is never constructed
[INFO] [stdout]    --> src/triage/processor.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub enum Schedule {
[INFO] [stdout]     |          -------- variant in this enum
[INFO] [stdout] 241 |     Today,
[INFO] [stdout] 242 |     Date(String), // YYYY-MM-DD
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Schedule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uuid` and `notes` are never read
[INFO] [stdout]   --> src/tui/app.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct InboxItem {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 55 |     pub uuid: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub notes: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InboxItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191", kill_on_drop: false }`
[INFO] [stdout] 6e1c055b159d60fd6927d3705f87feadbf131bcb9a9f8f2436b7400b2fe2e191
